home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMPASSWORD / TFRMPASSWORD.txt < prev   
Encoding:
Text File  |  2003-01-14  |  2.6 KB  |  156 lines

  1. object frmPassword: TfrmPassword
  2.   Left = 238
  3.   Top = 168
  4.   AutoSize = True
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   BorderWidth = 5
  8.   Caption = 'Protected Task'
  9.   ClientHeight = 151
  10.   ClientWidth = 261
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   Icon.Data = {<image000.ico>}
  18.   OldCreateOrder = True
  19.   Position = poScreenCenter
  20.   OnActivate = FormActivate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lblPasswordDesc: TLabel
  24.     Left = 56
  25.     Top = 0
  26.     Width = 201
  27.     Height = 53
  28.     AutoSize = False
  29.     WordWrap = True
  30.   end
  31.   object lblPassword: TLabel
  32.     Left = 0
  33.     Top = 68
  34.     Width = 165
  35.     Height = 21
  36.     AutoSize = False
  37.     Caption = '&Password:'
  38.     FocusControl = edtPassword
  39.   end
  40.   object imgSecurity: TImage
  41.     Left = 0
  42.     Top = 0
  43.     Width = 52
  44.     Height = 52
  45.     AutoSize = True
  46.     Picture.Data = {<image001.bmp>}
  47.     Transparent = True
  48.   end
  49.   object lblPassword2: TLabel
  50.     Left = 0
  51.     Top = 112
  52.     Width = 165
  53.     Height = 21
  54.     AutoSize = False
  55.     Caption = '&Password:'
  56.     FocusControl = edtPassword2
  57.   end
  58.   object lblUsername: TLabel
  59.     Left = 0
  60.     Top = 68
  61.     Width = 165
  62.     Height = 21
  63.     AutoSize = False
  64.     Caption = '&Username:'
  65.     FocusControl = edtPassword
  66.   end
  67.   object edtPassword: TEdit
  68.     Left = 0
  69.     Top = 86
  70.     Width = 165
  71.     Height = 21
  72.     PasswordChar = '*'
  73.     TabOrder = 0
  74.   end
  75.   object comOK: TButton
  76.     Left = 188
  77.     Top = 56
  78.     Width = 73
  79.     Height = 23
  80.     Caption = 'OK'
  81.     Default = True
  82.     ModalResult = 1
  83.     TabOrder = 2
  84.   end
  85.   object comCancel: TButton
  86.     Left = 188
  87.     Top = 84
  88.     Width = 73
  89.     Height = 23
  90.     Cancel = True
  91.     Caption = 'Cancel'
  92.     ModalResult = 2
  93.     TabOrder = 3
  94.   end
  95.   object edtPassword2: TEdit
  96.     Left = 0
  97.     Top = 130
  98.     Width = 165
  99.     Height = 21
  100.     PasswordChar = '*'
  101.     TabOrder = 1
  102.   end
  103.   object IvTranslator1: TIvTranslator
  104.     DictionaryName = 'dcoAMTA'
  105.     Left = 172
  106.     Top = 64
  107.     TargetsData = (
  108.       1
  109.       2
  110.       (
  111.         '*'
  112.         'Hint'
  113.         0)
  114.       (
  115.         '*'
  116.         'Caption'
  117.         0))
  118.   end
  119.   object IvTranslator2: TIvTranslator
  120.     DictionaryName = 'dcoAMStepBuilder'
  121.     Left = 36
  122.     Top = 292
  123.     TargetsData = (
  124.       1
  125.       7
  126.       (
  127.         '*'
  128.         'Hint'
  129.         0)
  130.       (
  131.         '*'
  132.         'Caption'
  133.         0)
  134.       (
  135.         'TMemo'
  136.         'Text'
  137.         0)
  138.       (
  139.         '*'
  140.         'Lines'
  141.         0)
  142.       (
  143.         '*'
  144.         'Items'
  145.         0)
  146.       (
  147.         '*'
  148.         'Cells'
  149.         0)
  150.       (
  151.         'TRichEdit'
  152.         'Text'
  153.         0))
  154.   end
  155. end
  156.